home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 17
/
MacFormat 17 (Spain)
/
MacFormat 17.bin
/
Especial Internet
/
FTP
/
Anarchie-160
/
Example Scripts
/
Find Clipboard
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-10
|
268 b
|
8 lines
set theSearchItem to the clipboard
tell application "Anarchie"
set theResult to find theSearchItem server "archie.rutgers.edu" matches 100 with window
if theResult is "" then
find theSearchItem server "archie.internic.net" matches 100 with window
end if
end tell